Caption = "Word 6.0 introduced this component to Windows, and it has quickly become very popular. Position the cursor over the buttons to see it work."
FontBold = 0 'False
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
ForeColor = &H00000080&
Height = 630
Index = 0
Left = 165
TabIndex = 2
Top = 1275
Width = 3885
End
Begin CUALabel lbl
Caption = "Tool tips is ""bubble help"" that is shown when you let the cursor rest for a second or two over a control."
FontBold = 0 'False
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = 0 'False
ForeColor = &H00000080&
Height = 615
Index = 6
Left = 180
TabIndex = 1
Top = 135
Width = 3030
End
End
Option Explicit
Sub cmdOK_Click ()
Unload Me
End Sub
Sub tip1_NeedText (hWnd As Integer, ToolText As String)